Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteFloat Method / WriteFloat(Nullable<Single>,Int32) Method

In This Topic
    WriteFloat(Nullable<Single>,Int32) Method
    In This Topic
    Writes a nullable float value.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteFloat( _
       ByVal value As System.Nullable(Of Single), _
       Optional ByVal decimalPlaces As System.Integer _
    ) 
    public void WriteFloat( 
       System.Nullable<float> value,
       System.int decimalPlaces
    )

    Parameters

    value
    decimalPlaces
    See Also